home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / wizmgr20.zip / NETWORK.TXT < prev    next >
Text File  |  1994-10-08  |  5KB  |  128 lines

  1. ***************************************************************
  2.  
  3.         WizManager Installation on a Network Server
  4.  
  5. ***************************************************************
  6.  
  7. WizManager can be installed on a network server so that all 
  8. connected users can load and run WizManager on their stations. 
  9. Each computer running WizManager must have a WizManager 
  10. License. Contact Mijenix for volume discount and site license 
  11. information or consult the file SITE_LIC.WRI which can be found 
  12. on the WizManager installation disk.
  13.  
  14. To run WizManager from a network server, make sure that the 
  15. following is done:
  16.  
  17. 1. WizManager is declared as a File Manager extension in the 
  18.    user's WINFILE.INI.
  19.  
  20. 2. WizManagerÆs .INI file (WIZMGR.INI) is in the userÆs Windows 
  21.    directory.
  22.  
  23. 3. WIZBAR.DLL and WIZCMD.BAT are in the userÆs Windows 
  24.    directory, System directory or PATH.  WIZLNCH.DAT is in the 
  25.    user's Windows directory.
  26.  
  27. 4. The user has access to all the WizManager files.
  28.  
  29. For more information on how and what to setup, please read the 
  30. following paragraphs.
  31.  
  32. ***************************************************************
  33.   WINFILE.INI Setup, and WIZMGR.INI
  34. ***************************************************************
  35.  
  36. To run properly, WizManager needs two setup (.INI) files: 
  37. WINFILE.INI which is File ManagerÆs setup file located in the 
  38. Windows directory, and WIZMGR.INI which is WizManagerÆs own 
  39. setup file, also located in the Windows directory.
  40.  
  41. During the installation process (on the server or local hard 
  42. drive), WizManagerÆs INSTALL program automatically declares 
  43. WizManager as a new add-on to File Manager in WINFILE.INI under 
  44. the [addons] section, on the station running the INSTALL 
  45. program. However, this modification and declaration in 
  46. WINFILE.INI has to be done on each station which will run 
  47. WizManager. For this purpose, a file called WIZ.INI is also 
  48. created in WizManager's directory during the installation 
  49. process.  WIZ.INI contains the information and addition needed 
  50. in the WINFILE.INI file to have File Manager load and run 
  51. WizManager. Use WIZ.INI with the utility program called 
  52. MERGEINI to easily declare WizManager in all the usersÆ 
  53. WINFILE.INI files (see the MERGEINI information paragraph 
  54. below). The WizManager declaration in WINFILE.INI is something 
  55. like this entry:
  56.  
  57.   [AddOns]
  58.   WizManager=F:\WIZMGR\WIZMGR.DLL
  59.  
  60. In addition to the new entry in WINFILE.INI, it is necessary to 
  61. have a file named WIZMGR.INI in the userÆs Windows directory 
  62. with a [WizManager] section in it and an entry which declares 
  63. the path to the WizManager directory. WizManager needs the 
  64. specified path to launch its memory unit WIZUNIT.EXE at startup:
  65.  
  66.   [WizManager]
  67.   WizManagerPath=F:\WIZMGR\
  68.  
  69. The easiest way is to copy the WIZMGR.INI file newly created by 
  70. INSTALL to all the users Windows directory.
  71.  
  72. And finally, to run WizManager scripts and associate the ZIP 
  73. extension with WizManager, the following entries have to be 
  74. added to the users' WIN.INI file under the [Extensions] section:
  75.  
  76.   WIZ=[...]\WIZUNIT.EXE ^.WIZ
  77.   ZIP=[...]\WIZUNIT.EXE ^.ZIP
  78.  
  79. where [...] represents the path to the WizManager directory (an 
  80. entry example could be WIZ=F:\WIZMGR\WIZUNIT.EXE ^.WIZ).  You 
  81. can also use MERGEINI to automatically perform these 
  82. modifications/additions to WIN.INI (see the MERGEINI 
  83. information paragraph below).
  84.  
  85. ***************************************************************
  86.   WIZBAR.DLL, WIZCMD.BAT and WIZLANCH.DAT
  87. ***************************************************************
  88.  
  89. It is important that the files WIZBAR.DLL and WIZCMD.BAT be in 
  90. the users' file search path. The file WIZLNCH.DAT must be in 
  91. the user's Windows directory.
  92.  
  93. By default, all three files are installed in the Windows 
  94. directory, but WIZBAR.DLL and WIZCMD.BAT can be installed in 
  95. any directory declared in the user's file search path.
  96.  
  97. If WIZBAR.DLL is not found during File Manager's startup 
  98. process, WizManager will not be loaded and therefore will not 
  99. be available to the user.
  100.  
  101. ***************************************************************
  102.   MERGEINI.EXE Utility Program
  103. ***************************************************************
  104.  
  105. A useful utility program named MERGEINI.EXE is provided with 
  106. the registered version of WizManager. MERGEINI is a DOS program 
  107. which can be used to 'smartly' merge the information contained 
  108. in WIZ.INI with WINFILE.INI in every workstation.
  109.  
  110. The MERGEINI command syntax is as follows:
  111.  
  112.           MERGEINI <SourceFile> <DestinationFile>
  113.  
  114. Example:  MERGEINI F:\WIZMGR\WIZ.INI G:\WINDOWS\WINFILE.INI
  115.  
  116. If any section declared in the <SourceFile> does not exist in  
  117. the <DestinationFile>, it is automatically created and the 
  118. related entries are copied from the <SourceFile> to the 
  119. <DestinationFile>. If a section already exits in the 
  120. <DestinationFile>, MERGEINI adds or updates the related entries.
  121.  
  122. MERGEINI can be declared in a login script or batch file so 
  123. that each user who should have access to WizManager (stored on 
  124. a file server) would have its WINFILE.INI modified, so that 
  125. WizManager could be found and loaded when File Manager is 
  126. launched.
  127.  
  128.